Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.5.5-rc2
Browse files Browse the repository at this point in the history
spenes committed Dec 12, 2023
1 parent 519290d commit 09bc93c
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ on:

jobs:
run_snyk:
if: ${{ !contains(github.ref, 'rc') }}
if: ${{ contains(github.ref, 'rc') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.5.5 (2023-12-07)
Version 0.5.5-rc2 (2023-12-07)
--------------------------
Bump scio to 0.13.6 (#95)
Bump beam to 2.52.0 (#95)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ A container can be run as follows:
docker run \
-v $PWD/config:/snowplow/config \
-e GOOGLE_APPLICATION_CREDENTIALS=/snowplow/config/credentials.json \ # if running outside GCP
snowplow/snowplow-google-cloud-storage-loader:0.5.5 \
snowplow/snowplow-google-cloud-storage-loader:0.5.5-rc2 \
--runner=DataFlowRunner \
--jobName=[JOB-NAME] \
--project=[PROJECT] \
@@ -62,14 +62,14 @@ docker run \
To display the help message:

```bash
docker run snowplow/snowplow-google-cloud-storage-loader:0.5.5 \
docker run snowplow/snowplow-google-cloud-storage-loader:0.5.5-rc2 \
--help
```

To display documentation about Cloud Storage Loader-specific options:

```bash
docker run snowplow/snowplow-google-cloud-storage-loader:0.5.5 \
docker run snowplow/snowplow-google-cloud-storage-loader:0.5.5-rc2 \
--help=com.snowplowanalytics.storage.googlecloudstorage.loader.Options
```

0 comments on commit 09bc93c

Please sign in to comment.