Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
data-lakes
data
Level_0
00001_LexploreMeteostation
Commits
a9aa40ea
Commit
a9aa40ea
authored
Oct 03, 2019
by
James Runnalls
Browse files
Update .gitlab-ci.yml
parent
27df7fdf
Pipeline
#7153
failed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a9aa40ea
...
...
@@ -5,7 +5,7 @@ variables:
GIT_SSL_NO_VERIFY
:
"
true"
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_LFS_SKIP_SMUDGE
:
1
IMAGE_COMMIT
:
981df09
# Need to be updated when image_build is run. Should be the first 7 digits of the commit ID from the image_build
IMAGE_COMMIT
:
7dde41e
# Need to be updated when image_build is run. Should be the first 7 digits of the commit ID from the image_build
stages
:
-
build
...
...
@@ -47,10 +47,4 @@ scripts:
stage
:
build
image
:
$CI_REGISTRY_IMAGE:$IMAGE_COMMIT
script
:
-
sudo chown -R jovyan .git/
-
git config --global user.email "james.runnalls@eawag.ch"
-
git config --global user.name "James Runnalls"
-
git checkout master
-
git pull
-
git submodule update --recursive --remote
-
git status
\ No newline at end of file
-
ssh centos@148.187.97.230
\ No newline at end of file
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