Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
EnSim4iCity
Commits
107230c2
You need to sign in or sign up before continuing.
Commit
107230c2
authored
Mar 09, 2021
by
Athanasios
Browse files
Update .gitlab-ci.yml
parent
1e80c4c1
Pipeline
#6463
passed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
107230c2
...
@@ -14,7 +14,7 @@ test-job:
...
@@ -14,7 +14,7 @@ test-job:
-
test -f public/main.js
-
test -f public/main.js
-
test -f public/settings.js
-
test -f public/settings.js
-
test -f public/assets/css/style.css
-
test -f public/assets/css/style.css
-
test -f public/assets/css/mob
l
ie.css
-
test -f public/assets/css/mobi
l
e.css
-
test -f public/assets/images/header.jpg
-
test -f public/assets/images/header.jpg
-
test -f public/assets/images/hft_logo.svg
-
test -f public/assets/images/hft_logo.svg
-
test -f public/home/index.html
-
test -f public/home/index.html
...
@@ -25,11 +25,11 @@ test-job:
...
@@ -25,11 +25,11 @@ test-job:
deploy-job
:
deploy-job
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
rm -r "$EXPORT_DIR/$CI_PROJECT_NAME"
-
if [ -d "$EXPORT_DIR/$CI_PROJECT_NAME" ]; then
rm -r "$EXPORT_DIR/$CI_PROJECT_NAME"
; fi
-
mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME"
-
mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME"
-
cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
-
cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags
:
tags
:
-
production
-
docker
only
:
only
:
-
master
-
master
when
:
manual
when
:
manual
...
@@ -37,7 +37,7 @@ deploy-job:
...
@@ -37,7 +37,7 @@ deploy-job:
cleanup-job
:
cleanup-job
:
stage
:
cleanup
stage
:
cleanup
script
:
script
:
-
rm -r "$EXPORT_DIR/$CI_PROJECT_NAME"
-
if [ -d "$EXPORT_DIR/$CI_PROJECT_NAME" ]; then
rm -r "$EXPORT_DIR/$CI_PROJECT_NAME"
; fi
tags
:
tags
:
-
production
-
docker
when
:
manual
when
:
manual
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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