This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #6 from DSI-Ville-Noumea/43889
#43889 : mettre à jour install schemacrawler
- Loading branch information
Showing
3 changed files
with
22 additions
and
14 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
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
14 changes: 14 additions & 0 deletions
14
src/main/resources/archetype-resources/travis/pull_install_script.sh
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/usr/bin/env bash | ||
|
||
export WORKING_DIR=`pwd` | ||
echo "> Working dir: $WORKING_DIR" | ||
|
||
echo "> Getting script..." | ||
git clone [email protected]:DSI-Ville-Noumea/database-ci-script.git | ||
|
||
echo "> Making data dir" | ||
sudo mv database-ci-script script | ||
|
||
echo "> Making script executable" | ||
sudo chown -R travis ./script/install.sh | ||
sudo chmod +x ./script/install.sh |