Skip to content

Commit 3faaab0

Browse files
committed
Update .gitlab-ci.yml
1 parent fa1219d commit 3faaab0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ pages:
44
stage: deploy
55
script:
66
- ls
7-
- docker pull openjdk
7+
- apt update
8+
- apt install openjdk
89
- mkdir .public
910
- cp -r * .public
1011
- mv .public public

0 commit comments

Comments
 (0)