Skip to content

Commit

Permalink
test with hardcoded tag
Browse files Browse the repository at this point in the history
  • Loading branch information
say-paul committed Sep 20, 2023
1 parent 4da1188 commit da07e95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ srpm_build_deps:
actions:
create-archive:
- "cargo vendor vendor"
- bash -c "git archive --prefix=greenboot-${PACKIT_PROJECT_VERSION}/ --format=tar HEAD > greenboot-${PACKIT_PROJECT_VERSION}.tar"
- bash -c "tar -xvf greenboot-${PACKIT_PROJECT_VERSION}.tar"
- bash -c "cp -Ra vendor greenboot-${PACKIT_PROJECT_VERSION}"
- bash -c "tar -czf greenboot-${PACKIT_PROJECT_VERSION}.tar.gz greenboot-${PACKIT_PROJECT_VERSION}"
- bash -c "rm -rf greenboot-${PACKIT_PROJECT_VERSION} greenboot-${PACKIT_PROJECT_VERSION}.tar vendor"
- bash -c "git archive --prefix=greenboot-v1.1.13/ --format=tar HEAD > greenboot-v1.1.13.tar"
- bash -c "tar -xvf greenboot-v1.1.13.tar"
- bash -c "cp -Ra vendor greenboot-v1.1.13"
- bash -c "tar -czf greenboot-v1.1.13.tar.gz greenboot-v1.1.13"
- bash -c "rm -rf greenboot-v1.1.13 greenboot-v1.1.13.tar vendor"
- bash -c "ls -1 ./greenboot-*.tar.gz"
fix-spec-file:
- sed -i greenboot.spec -e "s/with_packit 0/with_packit 1/"
Expand Down

0 comments on commit da07e95

Please sign in to comment.