Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NGSI Linked Data
NGSI-LD
Commits
fa1b9878
Unverified
Commit
fa1b9878
authored
Mar 05, 2021
by
Stefan Wiedemann
Browse files
commit bundled api
parent
415f5df6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fa1b9878
...
...
@@ -25,7 +25,7 @@ test:
-
docker run --network host --rm -v ${PWD}/:/local openapitools/openapi-generator-cli validate -i /local/spec/updated/generated/full_api.json
-
git config --global user.email "${CI_EMAIL}"
-
git config --global user.name "${CI_USERNAME}"
-
git add -f /spec/updated/generated/full_api.json
-
git add -f
${PWD}
/spec/updated/generated/full_api.json
-
git commit -m "Update bundled spec." || echo "No changes, nothing to commit!"
-
git remote rm origin && git remote add origin git@gitlab.com:$CI_PROJECT_PATH.git
-
git push origin HEAD:$CI_COMMIT_REF_NAME
...
...
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