Skip to content

Commit

Permalink
Update dckr-img-delpoy-test.yml
Browse files Browse the repository at this point in the history
changed and tested
  • Loading branch information
abbos1711 authored Jan 23, 2024
1 parent 85ca201 commit cb2ba84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dckr-img-delpoy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Update packages
run: |
sudo apt-get update -y
sudo apt-get upgrade -y
# - name: Update packages
# run: |
# sudo apt-get update -y
# sudo apt-get upgrade -y

- name: Remove conflicting packages
run: |
Expand Down

0 comments on commit cb2ba84

Please sign in to comment.