updated
This commit is contained in:
parent
d3383003f0
commit
d9928d6aa4
|
@ -1,3 +1,10 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
- test
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
job1:
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
- find -name "*.java" > sources.txt
|
- find -name "*.java" > sources.txt
|
||||||
- javac bin @sources.txt
|
- javac bin @sources.txt
|
Loading…
Reference in New Issue