Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bodc
Testing Ci Cd
Commits
22f4feef
Commit
22f4feef
authored
3 years ago
by
qtl
Browse files
Options
Download
Plain Diff
Merge branch 'develop' into 'master'
Develop See merge request
!5
parents
9f789297
40c250df
master
v0.0.5
v0.0.4.dev1
v0.0.4.dev0
v0.0.3.dev1
v0.0.3.dev0
1 merge request
!5
Develop
Pipeline
#59354
passed with stage
in 1 second
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
10 deletions
+22
-10
.gitlab-ci.yml
.gitlab-ci.yml
+13
-10
subdir/.gitkeep
subdir/.gitkeep
+0
-0
subdir/sesse.yml
subdir/sesse.yml
+9
-0
No files found.
.gitlab-ci.yml
View file @
22f4feef
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
This diff is collapsed.
Click to expand it.
subdir/.gitkeep
0 → 100644
View file @
22f4feef
This diff is collapsed.
Click to expand it.
subdir/sesse.yml
0 → 100644
View file @
22f4feef
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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment