diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b008591..ace3024 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - name: create dummy mount file - run: mkdir -p ~/.aws/config && touch ~/.aws/credentials && touch ~/.saml2aws + run: mkdir ~/.aws && touch ~/.aws/config && touch ~/.saml2aws - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v4 - name: create dummy mount file - run: mkdir -p ~/.aws/config && touch ~/.aws/credentials && touch ~/.saml2aws + run: mkdir ~/.aws && touch ~/.aws/config && touch ~/.saml2aws - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v4 - name: create dummy mount file - run: mkdir -p ~/.aws/config && touch ~/.aws/credentials && touch ~/.saml2aws + run: mkdir ~/.aws && touch ~/.aws/config && touch ~/.saml2aws - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli diff --git a/src/ecspresso/devcontainer-feature.json b/src/ecspresso/devcontainer-feature.json index 773b488..cec7a21 100644 --- a/src/ecspresso/devcontainer-feature.json +++ b/src/ecspresso/devcontainer-feature.json @@ -16,13 +16,6 @@ "description": "Version of ecspresso to install." } }, - "mounts": [ - { - "source": "${localEnv:HOME}/.aws/credentials", - "target": "/root/.aws/credentials", - "type": "bind" - } - ], "installsAfter": [ "ghcr.io/devcontainers/features/aws-cli" ]