Skip to content

Commit

Permalink
port from master the travis scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hqnghi88 committed Jan 25, 2021
1 parent 5695cbe commit 1badc14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions travis/publish.sh
Expand Up @@ -26,8 +26,8 @@ commit_io_website_files() {
git config --global user.email "my.gama.bot@gmail.com"
git config --global user.name "GAMA Bot"
git config --global push.default simple
git clone https://github.com/gama-platform/gama-platform.github.io.git /home/travis/build/gama-platform/gama-platform.github.io
cd /home/travis/build/gama-platform/gama-platform.github.io
git clone https://github.com/gama-platform/gama-platform.github.io.git ~/gama-platform.github.io
cd ~/gama-platform.github.io
git remote rm origin
git remote add origin https://gama-bot:$BOT_TOKEN@github.com/gama-platform/gama-platform.github.io.git
git fetch origin
Expand Down
4 changes: 2 additions & 2 deletions travis/settings.xml
Expand Up @@ -6,8 +6,8 @@
<servers>
<server>
<id>p2Repo</id>
<username>${env.USER_ID}</username>
<password>${env.USER_PWD}</password>
<username>${secret.USER_ID}</username>
<password>${secret.USER_PWD}</password>
<filePermissions>666</filePermissions>
<directoryPermissions>777</directoryPermissions>

Expand Down
2 changes: 1 addition & 1 deletion travis/validate_and_test.sh
Expand Up @@ -3,7 +3,7 @@
MESSAGE=$(git log -1 HEAD --pretty=format:%s)
echo $MESSAGE

cd /home/travis/build/gama-platform/gama/ummisco.gama.product/target/products/ummisco.gama.application.product/linux/gtk/x86_64/headless
cd $GITHUB_WORKSPACE/ummisco.gama.product/target/products/ummisco.gama.application.product/linux/gtk/x86_64/headless
memory=3048m


Expand Down

0 comments on commit 1badc14

Please sign in to comment.