Skip to content

Commit cbd11bf

Browse files
committed
update
1 parent a48fbb7 commit cbd11bf

7 files changed

+5
-5
lines changed

cicd-examples/bitbucket/bitbucket-create-remote-app-blocking-mode.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ pipelines:
8686
fi
8787
services:
8888
- docker
89+

cicd-examples/bitbucket/bitbucket-ephemeral-app-blocking-mode.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,3 @@ pipelines:
110110
- docker rm test-app
111111
- docker network rm custom-network
112112
- killall farcasterd-linux-amd64-0.4.3
113-

cicd-examples/bitbucket/bitbucket-remote-app-blocking-mode.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ pipelines:
6262
fi
6363
services:
6464
- docker
65+

cicd-examples/github/github-ephemeral-app-blocking-mode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ jobs:
189189
docker stop probely-agent
190190
docker rm test-app
191191
docker rm probely-agent
192-
docker network rm custom-network
192+
docker network rm custom-network

cicd-examples/github/github-remote-app-blocking-mode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
exit 1
7575
else
7676
echo "Scan doesn't have High risk vulnerabilities"
77-
fi
77+
fi

cicd-examples/gitlab/gitlab-ephemeral-app-blocking-mode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ build-and-test:
106106
# Clean up
107107
- docker stop test-app
108108
- docker rm test-app
109-
- docker network rm custom-network
109+
- docker network rm custom-network

cicd-examples/gitlab/gitlab-remote-app-blocking-mode.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ scan:
5252
else
5353
echo "Scan doesn't have High risk vulnerabilities"
5454
fi
55-

0 commit comments

Comments
 (0)