Skip to content

Commit

Permalink
Revert back to the old bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jul 25, 2024
1 parent 8360199 commit 8e421a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-azure-cc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,15 +220,12 @@ jobs:
IMAGE_VERSION=${{ steps.version.outputs.new_version }}
- name: Generate Azure deployment artifacts
uses: azure/cli@v2
env:
IMAGE: ${{ steps.meta.outputs.tags }}
OUTPUT_DIR: ${{ env.ARTIFACTS_OUTPUT_DIR }}
MANIFEST_DIR: ${{ env.MANIFEST_OUTPUT_DIR }}
VERSION_NUMBER: ${{ steps.version.outputs.new_version }}
with:
azcliversion: 2.62.0
inlineScript: |
run: |
bash ./scripts/azure-cc/deployment/generate-deployment-artifacts.sh
- name: Upload deployment artifacts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [[ $? -ne 0 ]]; then
fi

# Required by az confcom
# sudo usermod -aG docker ${USER}
sudo usermod -aG docker ${USER}
if [[ $? -ne 0 ]]; then
echo "Failed to add current user to docker group"
exit 1
Expand Down

0 comments on commit 8e421a5

Please sign in to comment.