Skip to content
Snippets Groups Projects
Commit bfdf45aa authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

push build

parent d3477112
No related branches found
No related tags found
1 merge request!788Resolve "[?] Comprendre que le connecteur est en maintenance même lorsque je suis déconnecté"
...@@ -132,6 +132,7 @@ push_to_test: ...@@ -132,6 +132,7 @@ push_to_test:
- apk add git - apk add git
- apk add bash - apk add bash
script: script:
- yarn
- ls build - ls build
- git config --global user.name build-pipeline - git config --global user.name build-pipeline
- git config --global user.email "$GIT_USER" - git config --global user.email "$GIT_USER"
...@@ -152,6 +153,7 @@ push_to_dev: ...@@ -152,6 +153,7 @@ push_to_dev:
- apk add git - apk add git
- apk add bash - apk add bash
script: script:
- yarn
- git config --global user.name build-pipeline - git config --global user.name build-pipeline
- git config --global user.email "$GIT_USER" - git config --global user.email "$GIT_USER"
- git config --global user.password "$GIT_PWD" - git config --global user.password "$GIT_PWD"
...@@ -170,6 +172,7 @@ push_to_master: ...@@ -170,6 +172,7 @@ push_to_master:
- apk add git - apk add git
- apk add bash - apk add bash
script: script:
- yarn
- git config --global user.name build-pipeline - git config --global user.name build-pipeline
- git config --global user.email "$GIT_USER" - git config --global user.email "$GIT_USER"
- git config --global user.password "$GIT_PWD" - git config --global user.password "$GIT_PWD"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment