Commit 4f630baa by Jonathan Thomas

Fix syntax

parent b1d42eb0
Pipeline #12127 failed with stage
in 1 minute 47 seconds
...@@ -12,9 +12,9 @@ stages: ...@@ -12,9 +12,9 @@ stages:
build_mod: build_mod:
stage: build stage: build
before_script: before_script:
- export PATH=$JAVA_HOME/bin:$PATH - export PATH=$JAVA_HOME/bin:$PATH
- java -version - java -version
script: script:
- | - |
declare -a versions=("1.20.3" "1.20.4" "1.20.5" "1.20.6") declare -a versions=("1.20.3" "1.20.4" "1.20.5" "1.20.6")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment