We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03ab4d commit 6bf7ec4Copy full SHA for 6bf7ec4
.packit.yaml
@@ -12,7 +12,8 @@ actions:
12
- bash -c "tito build --tgz --test -o ."
13
- bash -c "ls -1t ./*.tar.gz | head -n 1"
14
get-current-version:
15
- - bash -c "grep ^Version \"$PACKIT_CONFIG_PACKAGE_NAME.spec\" | awk '{ print $2 }'"
+ # we should use Tito for this: https://github.com/rpm-software-management/tito/pull/495
16
+ - bash -c "grep ^Version \"$PACKIT_CONFIG_PACKAGE_NAME.spec\" | awk '{ print $2 }.test'"
17
18
# We need to keep the pushed SHA, it is later exported
19
# as $PACKIT_COMMIT_SHA for Testing Farm jobs.
0 commit comments