-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #335 from fga-gpp-mds/hotfix/1.0
Hotfix/1.0
- Loading branch information
Showing
3 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,20 @@ build: | |
only: | ||
- tags | ||
- dev | ||
# - master | ||
|
||
# Build of GitHub Pages | ||
pages: | ||
stage: build | ||
before_script: | ||
- git config user.email "<[email protected]>" | ||
- git config --global user.name "Baldissera" | ||
script: | ||
- mkdocs build | ||
- git add site/ | ||
- git commit -m"Build new Pages with $CI_PIPELINE_ID" | ||
- git push https://$GITHUB_USERNAME:[email protected]/fga-gpp-mds/2018.1_Nexte.git `git subtree split --prefix site/`:gh-pages --force | ||
only: | ||
- dev | ||
|
||
# Deploy to PlayStore in Beta Version | ||
deploy_beta: | ||
|
@@ -82,20 +95,6 @@ deploy_beta: | |
only: | ||
- tags | ||
|
||
# Build of GitHub Pages | ||
pages: | ||
stage: build | ||
before_script: | ||
- git config user.email "<[email protected]>" | ||
- git config --global user.name "Baldissera" | ||
script: | ||
- mkdocs build | ||
- git add site/ | ||
- git commit -m"Build new Pages with $CI_PIPELINE_ID" | ||
- git push https://$GITHUB_USERNAME:[email protected]/fga-gpp-mds/2018.1_Nexte.git `git subtree split --prefix site/`:gh-pages --force | ||
only: | ||
- dev | ||
|
||
# Cache for use on next executions | ||
cache: | ||
key: ${CI_PROJECT_ID}2 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters