Skip to content

Commit

Permalink
Github Actions: remove legacy step from integration pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
giorio94 committed Feb 5, 2021
1 parent 5c1650d commit c544735
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/integration.yml
Expand Up @@ -147,10 +147,6 @@ jobs:
repository: "${{ needs.configure.outputs.repo-name }}"
persist-credentials: false

- name: Get the Liqo version to be released
id: version
run: echo "version::${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV

- name: Get the latest Liqo release
uses: pozetroninc/github-action-get-latest-release@v0.5.0
id: last-release
Expand Down Expand Up @@ -237,4 +233,4 @@ jobs:
I'm waiting for a Liqo member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
Once the patch is verified, the new status will be reflected by the ok-to-test label.

0 comments on commit c544735

Please sign in to comment.