Skip to content

Commit

Permalink
PMM-12770 fixed RC version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Jan 11, 2024
1 parent b42922e commit 7eac263
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pmm-package-test-runner.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: package-test-pipeline
name: package-test-runner

on:
workflow_dispatch:
Expand Down Expand Up @@ -160,11 +160,13 @@ jobs:
fi
if [[ "${{ inputs.repository }}" =~ "candidate" ]]; then
echo "REPO=testing" >> $GITHUB_ENV
echo "EXPECTED_VERSION=$(echo ${{ inputs.expected_version }} | awk -F'-' '{print $1}')" >> $GITHUB_ENV
echo "expected version is ${{ env.EXPECTED_VERSION }}"
fi
if [[ "${{ inputs.repository }}" = "release" ]]; then
echo "REPO=release" >> $GITHUB_ENV
fi
echo "${{ env.REPO }}"
echo "repo=${{ env.REPO }}"
### vagrant vm ###
if [[ "${{ inputs.os }}" =~ "buster" ]]; then
Expand Down

0 comments on commit 7eac263

Please sign in to comment.