lukatarman / steam-game-stats

Steam Game Stats application
0 stars 0 forks source link

Fix pipeline: tagging, semantic versioning, build and push #194

Closed stas-at-ibm closed 11 months ago

stas-at-ibm commented 11 months ago

Problem Description

When a merge is performed, the tag on the latest commit is not moved to the merge commit and the backend pipeline fails when it runs on the "push to master" trigger. The tag can not be found which creates an error and no buid, push and deploy steps are executed.

Suggested Solution

Break down backend pipeline:

Screenshot

Screenshot 2023-11-28 at 11 17 11

Error Output

Run GIT_TAG=$(git describe --tags --exact-match)
fatal: no tag exactly matches 'a67557a11a27be0d449c56ef1b4bf427a2150bc9'
Error: Process completed with exit code 128.

Resources