Skip to content

Commit fe8971e

Browse files
committed
!!! TODO basic_120 Hello Publishing Web App!
1 parent 693ffd6 commit fe8971e

2 files changed

Lines changed: 18 additions & 14 deletions

File tree

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
command: |
6060
screen -d -m -s "webapp_on_project" ./gradlew jettyStart
6161
62-
- run:
63-
name: "browse the website"
64-
command: |
65-
sleep 5 && nc -vz localhost 8080
66-
curl http://127.0.0.1:8080/
67-
curl http://127.0.0.1:8080/hello
68-
./gradlew jettyStop
62+
# - run:
63+
# name: "browse the website"
64+
# command: |
65+
# sleep 5 && nc -vz localhost 8080
66+
# curl http://127.0.0.1:8080/
67+
# curl http://127.0.0.1:8080/hello
68+
# ./gradlew jettyStop
6969

7070
local_build:
7171
<<: *defaults
@@ -105,12 +105,12 @@ jobs:
105105
ls -al /var/lib/jetty/webapps/
106106
cp -rf ./build/libs/_gradle_java-0.120.1.war /var/lib/jetty/webapps/ROOT.war
107107
108-
- run:
109-
name: "browse the website"
110-
command: |
111-
sleep 5 && nc -vz localhost 8080
112-
curl http://127.0.0.1:8080/
113-
curl http://127.0.0.1:8080/hello
108+
# - run:
109+
# name: "browse the website"
110+
# command: |
111+
# sleep 5 && nc -vz localhost 8080
112+
# curl http://127.0.0.1:8080/
113+
# curl http://127.0.0.1:8080/hello
114114

115115
bintray_build:
116116
machine: true

.github/workflows/gradle-actions.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ jobs:
2929
whoami
3030
cat /etc/*-release
3131
sudo apt update -y
32-
sudo apt install screen wget unzip netcat -y
32+
sudo apt install screen wget netcat -y
3333
screen –version
3434
wget --version
35+
36+
- name: install tool unzip
37+
run: |
38+
sudo apt install unzip -y
3539
unzip --version
3640
3741
- name: Check--the--project

0 commit comments

Comments
 (0)