Skip to content

Commit

Permalink
remove Test Folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Gastinger committed Aug 23, 2023
1 parent 9b3f72f commit c38681e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/anx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: publish anx-prod to s3://$S3_BUCKET/public/junos_exporter/$GITHUB_REF_NAME/junos_exporter
run: |
pip install s4cmd
s4cmd put --endpoint-url https://$S3_URL junos_exporter s3://$S3_BUCKET/public/Test/$GITHUB_REF_NAME/junos_exporter
s4cmd put --endpoint-url https://$S3_URL junos_exporter s3://$S3_BUCKET/public/$GITHUB_REF_NAME/junos_exporter
if: github.ref_type == 'tag' || github.ref == 'refs/heads/anx-prod'

- name: "publish feature-branch to s3://$S3_BUCKET/public/junos_exporter/staging/junos_exporter"
Expand Down

0 comments on commit c38681e

Please sign in to comment.