Skip to content

Commit

Permalink
build: update artifactory build location (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejurysays committed Dec 11, 2023
1 parent c0702aa commit 547c120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
env:
JF_ENV_1: ${{ secrets.ARTIFACTORY_DEPLOYER }}

- name: Promote artifact from eng-go-${{ github.event.inputs.source_env }}-local to eng-go-${{ github.event.inputs.target_env }}-local
- name: Promote artifact from eng-generic-${{ github.event.inputs.source_env }}-local to eng-generic-${{ github.event.inputs.target_env }}-local
run: |
jf rt bpr ${{ github.event.inputs.build_name }} ${{ github.event.inputs.build_number }} eng-go-${{ github.event.inputs.target_env }}-local
jf rt bpr ${{ github.event.inputs.build_name }} ${{ github.event.inputs.build_number }} eng-generic-${{ github.event.inputs.target_env }}-local
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform Provider release workflow.
name: Release
env:
JFROG_SERVER: eng-go-dev-local
JFROG_SERVER: eng-generic-dev-local
JFROG_CLI_BUILD_NAME: ${{ github.repository }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
# This GitHub action creates a release when a tag that matches the pattern
Expand Down

0 comments on commit 547c120

Please sign in to comment.