Skip to content

Commit 315b41e

Browse files
author
Kostromin, Maksim
committed
whooooooooooooooooooooooooooo (C) whatthecommit.com
1 parent 895f77c commit 315b41e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- uses: actions/setup-java@v1
3535
with:
3636
java-version: ${{ env.JAVA_VERSION }}
37+
#- run: |
38+
# source <(curl -s https://raw.githubusercontent.com/daggerok/bash-functions/master/main.bash)
39+
# stop_any 7001 7002 7003 7004 8080 8081 8082 8083 8084 8085
3740
#- run: cd $GITHUB_WORKSPACE ; ./mvnw clean ; ./mvnw
38-
- run: |
39-
source <(curl -s https://raw.githubusercontent.com/daggerok/bash-functions/master/main.bash)
40-
stop_any 7001 7002 7003 7004 8080 8081 8082 8083 8084 8085
4141
- run: |
4242
./mvnw compile spring-boot:start -f gateway -Pgw1
4343
./mvnw compile spring-boot:start -f gateway -Pgw2

0 commit comments

Comments
 (0)