Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
test cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
JaJa authored and JaJa committed Dec 11, 2023
1 parent 354b709 commit bebd71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Test
run: |
sed -i 's/HARBOR_URL_REPLACE/${{ secrets.HARBOR_URL_REPLACE }}/g' ./docker.service
cp ./docker.service /usr/lib/systemd/system/docker.service
sudo cp ./docker.service /usr/lib/systemd/system/docker.service
sudo systemctl daemon-reload && sudo systemctl restart docker
- name: Login Harbor
Expand Down

0 comments on commit bebd71c

Please sign in to comment.