Skip to content

Commit

Permalink
Corrects references to old repo name in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored May 5, 2021
1 parent 05698bf commit cd1a850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
name: Project Syntax Verification
script: make && make docker/run target=lint
- stage: deploy
if: branch = master AND type = push AND repo = plus3it/terraform-aws-tardigrade-ram-principal-association
if: branch = master AND type = push AND repo = plus3it/terraform-aws-tardigrade-ram-share
before_script:
- |
PRIOR_VERSION=$(git describe --abbrev=0 --tags)
RELEASE_VERSION=$(grep current_version $TRAVIS_BUILD_DIR/.bumpversion.cfg | sed 's/^.*= //' )
RELEASE_BODY="* [terraform-aws-tardigrade-ram-principal-association v$RELEASE_VERSION CHANGELOG](https://github.com/plus3it/terraform-aws-tardigrade-ram-principal-association/blob/$RELEASE_VERSION/CHANGELOG.md)"
RELEASE_BODY="* [terraform-aws-tardigrade-ram-share v$RELEASE_VERSION CHANGELOG](https://github.com/plus3it/terraform-aws-tardigrade-ram-share/blob/$RELEASE_VERSION/CHANGELOG.md)"
export PRIOR_VERSION RELEASE_VERSION RELEASE_BODY
script: skip
before_deploy:
Expand All @@ -37,5 +37,5 @@ jobs:
draft: false
on:
branch: master
repo: plus3it/terraform-aws-tardigrade-ram-principal-association
repo: plus3it/terraform-aws-tardigrade-ram-share
condition: '"$PRIOR_VERSION" != "$RELEASE_VERSION"'

0 comments on commit cd1a850

Please sign in to comment.