Skip to content

Commit

Permalink
Merge pull request #79 from grafana/paul/fix-release-ci
Browse files Browse the repository at this point in the history
Update release ci to no longer rely on community extensions
  • Loading branch information
javaducky authored Nov 28, 2023
2 parents 9a3e4ba + 4a7a728 commit 318ace3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
run: |
docker run --rm -u "$(id -u):$(id -g)" -v "$PWD:/xk6" \
"$IMAGE_REPOSITORY" build master \
--with github.com/mostafa/xk6-kafka \
--with github.com/grafana/xk6-sql \
--with github.com/grafana/xk6-output-influxdb
- name: Check k6 binary
run: |
./k6 version
./k6 version | grep -qz 'xk6-output-influxdb.*xk6-kafka'
./k6 version | grep -qz 'xk6-output-influxdb.*xk6-sql'
- name: Log into ghcr.io
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit 318ace3

Please sign in to comment.