Commit e0d0066d authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

copy devcontainer-features file to collection

parent 11222df5
......@@ -10,11 +10,11 @@ jobs:
- uses: actions/checkout@v2
- name: Combine Feature Fragments
run: ./v1/combine-feature-fragments.py > ./collection/devcontainer-features.json
run: ./v1/combine-feature-fragments.py > ./devcontainer-features.json
- name: Copy scripts to src folder
id: copy_scripts
run: cp -r ./v1/install.sh ./v1/feature-scripts.env ./collection
run: cp -r ./v1/install.sh ./v1/feature-scripts.env ./devcontainer-features.json ./collection
- name: Debug Output
run: sudo apt install tree -y && tree
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment