Commit 22f4feef authored by qtl's avatar qtl
Browse files

Merge branch 'develop' into 'master'

Develop

See merge request !5
1 merge request!5Develop
Pipeline #59354 passed with stage
in 1 second
before_script:
- date
# comment
stages:
- mystage
after_script:
- date
stages:
- init
before_script:
- date
- whoami
job1:
stage: init
first_stage:
stage: mystage
script:
- echo "job1"
- echo 'hello world'
- echo $CI_COMMIT_TAG
- CI_SOURCE_BRANCH=$(git for-each-ref | grep $CI_COMMIT_SHORT_SHA | grep origin | sed "s/.*\///")
- echo $CI_SOURCE_BRANCH
tags:
- jsb
\ No newline at end of file
- javac
variables:
USER: "bodcint"
SERVER: "INTERNAL"
APPPATH: "/local/apps/sparql/build_db/"
include:
- project: 'bodc/gitlab_runners'
ref: master
file: 'java_apps.yml'
\ No newline at end of file
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