Skip to content

Commit

Permalink
Update pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Jan 6, 2022
1 parent 4d9e0ab commit e2d2c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipelines:
tag: 1.5.0
environmentVariables:
readOnly:
NEXT_VERSION: v0.0.0
NEXT_VERSION: 0.0.0

steps:
- name: Release
Expand All @@ -43,13 +43,13 @@ pipelines:

# Make sure version provided
- echo "Checking variables"
- test -n "$NEXT_VERSION" -a "$NEXT_VERSION" != "v0.0.0"
- test -n "$NEXT_VERSION" -a "$NEXT_VERSION" != "0.0.0"

# Configure Git and merge from the dev
- git checkout main
- git remote set-url origin https://$int_il_automation_token@github.com/jfrog/builf-info-go.git
- git merge origin/dev
- git tag ${NEXT_VERSION}
- git tag v${NEXT_VERSION}

# Download JFrog CLI
- curl -fL https://install-cli.jfrog.io | sh
Expand Down

0 comments on commit e2d2c11

Please sign in to comment.