We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895f77c commit 315b41eCopy full SHA for 315b41e
.github/workflows/ci.yaml
@@ -34,10 +34,10 @@ jobs:
34
- uses: actions/setup-java@v1
35
with:
36
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
40
#- run: cd $GITHUB_WORKSPACE ; ./mvnw clean ; ./mvnw
- - run: |
- source <(curl -s https://raw.githubusercontent.com/daggerok/bash-functions/master/main.bash)
- stop_any 7001 7002 7003 7004 8080 8081 8082 8083 8084 8085
41
- run: |
42
./mvnw compile spring-boot:start -f gateway -Pgw1
43
./mvnw compile spring-boot:start -f gateway -Pgw2
0 commit comments