Skip to content

Commit

Permalink
Start and enable docker on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jul 24, 2024
1 parent 7c40b5d commit 4c3aac7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions actions/prepare_azure_metadata/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ runs:
- name: Set up Docker
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y docker.io
sudo systemctl start docker
sudo systemctl enable docker
sudo systemctl status docker
- name: Generate Azure enclave deployment artifacts
id: enclave_artifacts
Expand Down

0 comments on commit 4c3aac7

Please sign in to comment.