Skip to content

Commit

Permalink
Merge pull request #12 from NJUPT-SAST/fix-cicd
Browse files Browse the repository at this point in the history
fix: Corrected typo errors in nextjs.yml
  • Loading branch information
Xunop authored Jul 21, 2024
2 parents ad561ec + f39ebb6 commit cab3b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
### Notice: run for develop ###
# Stop and remove existing container if it exists
if [ "$(docker ps -aq -f name=sast-link-frontend)" ]; then
docker stop sastlink
docker rm sastlink
docker stop sast-link-frontend
docker rm sast-link-frontend
fi
# Remove existing image if it exists
if [ "$(docker images -q sast/sast-link-frontend)" ]; then
Expand Down

0 comments on commit cab3b7d

Please sign in to comment.