more bugs fixed
Some checks failed
CI / tests_linux (9.0.X, ubuntu-latest) (push) Blocked by required conditions
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 10m1s
Rename the project from template / rename-project (push) Failing after 14m46s
SonarQube Scan / SonarQube Trigger (push) Failing after 14m37s
Some checks failed
CI / tests_linux (9.0.X, ubuntu-latest) (push) Blocked by required conditions
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 10m1s
Rename the project from template / rename-project (push) Failing after 14m46s
SonarQube Scan / SonarQube Trigger (push) Failing after 14m37s
This commit is contained in:
parent
912dd09aac
commit
0f02093109
@ -46,7 +46,7 @@ jobs:
|
||||
- name: Check version match
|
||||
run: |
|
||||
REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $2}' | tr '-' '_'')
|
||||
if [ "$(cat $REPOSITORY_NAME/VERSION)" = "${GITHUB_REF_NAME:1}" ] ; then
|
||||
if [ "$(cat $REPOSITORY_NAME/$REPOSITORY_NAME/VERSION)" = "${GITHUB_REF_NAME:1}" ] ; then
|
||||
echo "Version matches successfully!"
|
||||
else
|
||||
echo "Version must match!"
|
||||
|
Loading…
Reference in New Issue
Block a user