hopefully pipeline works
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
image: frekele/ant
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- ant jar
|
||||
artifacts:
|
||||
paths:
|
||||
- "build/TotallyNotMalware.jar"
|
||||
|
||||
Reference in New Issue
Block a user