Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Vang committed May 16, 2022
1 parent 9f6f975 commit c6e9520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Expand Up @@ -116,13 +116,13 @@ jobs:
release:
name: release
if: startsWith(github.ref, 'refs/tags/')
needs: [lint, unit-tests, acc-tests]
# needs: [lint, unit-tests, acc-tests]
runs-on: ubuntu-latest
steps:
- name: Validate tag
uses: rubenesp87/semver-validation-action@0.0.6
with:
version: ${{ github.event.release.tag_name }}
version: ${{ github.ref_name }}
- name: Import GPG key
id: import_gpg
uses: Scalr/ghaction-import-gpg@v2.1.1
Expand Down
2 changes: 2 additions & 0 deletions scripts/upload.sh
Expand Up @@ -18,6 +18,8 @@ DOWNLOAD_DIR=$TMP_DIR/$PROVIDER_SOURCE/$VERSION/download/

echo "Starting to push $PROVIDER_NAME:$VERSION"

exit

# Copy remote provider registry to working directory.
# Old versions of terraform provider is using for composing versions file
gsutil -m rsync -R $BUCKET_NAME $TMP_DIR
Expand Down

0 comments on commit c6e9520

Please sign in to comment.