Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit a242a9f

Browse files
authored
change features.* -> devcontainer-features.* (#1267)
* change features.* -> devcontainer-features.* * update gh action * change test'
1 parent 71ed119 commit a242a9f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/container-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
with:
2323
allowUpdates: true # Lets us upload our own artifact from previous step
2424
artifactErrorsFailBuild: true
25-
artifacts: './features.tgz'
25+
artifacts: './devcontainer-features.tgz'
2626
token: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.

script-library/container-features/src/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EOF
2020
fi
2121

2222
set -a
23-
. ./features.env
23+
. ./devcontainer-features.env
2424
set +a
2525

2626
chmod +x *.sh

script-library/container-features/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
cd "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
99

1010
"${SCRIPT_DIR}/stage.sh"
11-
cp -f test-features.env out/features.env
11+
cp -f test-features.env out/devcontainer-features.env
1212

1313
if [ ! -z "${PLATFORMS}" ]; then
1414
CURRENT_BUILDERS="$(docker buildx ls)"

0 commit comments

Comments
 (0)