blob: a9bf22215079f8a0e0883576068fa9442c746e23 (
plain) (
tree)
|
|
#!/bin/bash
# Temporary!
pushd /workspaces/features/.github/devcontainers-action
rm ./action.yml
rm -rf ./dist
rm -rf ./lib
cp /home/codespace/ci/action.yml ./action.yml
cp -r /home/codespace/ci/dist ./dist
cp -r /home/codespace/ci/lib ./lib
|