Skip to content

Commit

Permalink
use environment vairable for flyway repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry-RG committed Jun 29, 2021
1 parent 9860c55 commit 8b88ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gh.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SET SETTINGS_FILE=%FLYWAY_RELEASE_DIR%/settings.xml
echo ============== GH START (Git Branch: %FLYWAY_BRANCH%)

echo ============== CLONING
git clone -b %FLYWAY_BRANCH% https://github.com/red-gate/flyway-main.git || goto :error
git clone -b %FLYWAY_BRANCH% %FLYWAY_MAIN_REPO_URL% || goto :error

echo ============== BUILDING MAIN
cd %FLYWAY_RELEASE_DIR%\flyway-main
Expand Down
2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SET QUALIFIER=""
echo ============== RELEASE START (Version: %VERSION%, Git Branch: %FLYWAY_BRANCH%)

echo ============== CLONING
git clone -b %FLYWAY_BRANCH% https://github.com/red-gate/flyway-main.git || goto :error
git clone -b %FLYWAY_BRANCH% %FLYWAY_MAIN_REPO_URL% || goto :error

echo ============== VERSIONING MAIN
cd %FLYWAY_RELEASE_DIR%\flyway-main
Expand Down

0 comments on commit 8b88ce5

Please sign in to comment.