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
5f4fd0da
Commit
5f4fd0da
authored
4 years ago
by
Matthias Betz
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
b9411293
master
1.3-dev
citygml3
fix-model
update-citygml4j-to-0.1.4
1.3
0.1.0
No related merge requests found
Pipeline
#1593
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-3
.gitlab-ci.yml
with
2 additions
and
3 deletions
+2
-3
.gitlab-ci.yml
+
2
-
3
View file @
5f4fd0da
...
...
@@ -8,10 +8,9 @@ pages-master:
stage
:
deploy
script
:
-
mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME"
-
cd "$EXPORT_DIR/$CI_PROJECT_NAME"
-
ls -al
-
ls -al "$EXPORT_DIR/$CI_PROJECT_NAME"
-
cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
-
ls -al
-
ls -al
"$EXPORT_DIR/$CI_PROJECT_NAME"
tags
:
-
production
only
:
...
...
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