Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentyna Yashchuk
Quick App Initiative
Commits
8f94995b
Commit
8f94995b
authored
Jan 04, 2022
by
Martin Alvarez-Espinar
Browse files
Removed line to delete JS files
parent
f8ec99c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8f94995b
...
...
@@ -9,12 +9,9 @@ website-build:
-
mkdir /static
-
cp -a technology-guides/developer-docs/content/.vuepress/dist/. /static
-
cd / && git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ow2.org/quick-app-initiative/quick-app-initiative.ow2.io.git
-
rm -f /quick-app-initiative.ow2.io/static/developers/assets/js/*.js
-
cd /quick-app-initiative.ow2.io && git add . && git commit -m "Cleaning JS files"
-
cp -a /static/. /quick-app-initiative.ow2.io/static/developers/
-
cd /quick-app-initiative.ow2.io && git add --all . && git commit -m "New build of static developer docs"
-
git push https://root:$ACCESS_TOKEN@gitlab.ow2.org/quick-app-initiative/quick-app-initiative.ow2.io.git master
-
ls /quick-app-initiative.ow2.io/static/developers/
artifacts
:
expire_in
:
1 week
paths
:
...
...
Write
Preview
Supports
Markdown
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