Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
QualityADE
Commits
ce01ac33
Commit
ce01ac33
authored
4 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
2e0dd521
master
1.3-dev
citygml3
fix-model
update-citygml4j-to-0.1.4
1.3
0.1.0
No related merge requests found
Pipeline
#1579
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-8
.gitlab-ci.yml
with
9 additions
and
8 deletions
+9
-8
.gitlab-ci.yml
+
9
-
8
View file @
ce01ac33
image
:
alpine:latest
variables
:
EXPORT_DIR
:
"
/var/www/html/pages"
pages
:
pages
-master
:
stage
:
deploy
script
:
-
echo 'Nothing to do...'
artifacts
:
path
s
:
-
p
ublic
only
:
-
master
-
mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
-
cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tag
s
:
-
p
roduction
only
:
-
master
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets