File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 name : ' Make Hootenanny Archive'
1818 command : |
1919 su-exec postgres pg_ctl -D $PGDATA -s start
20- su-exec rpmbuild bash -c "mkdir -p /rpmbuild/.m2 && curl -sSL https://hoot-maven.s3.amazonaws.com/m2-cache-2021-07-12 .tar.gz | tar -C /rpmbuild/.m2 -xzf -"
20+ su-exec rpmbuild bash -c "mkdir -p /rpmbuild/.m2 && curl -sSL https://hoot-maven.s3.amazonaws.com/m2-cache.tar.gz | tar -C /rpmbuild/.m2 -xzf -"
2121 su-exec rpmbuild ./scripts/ci/archive.sh
2222 su-exec rpmbuild bash -c "mkdir -p archives && mv -v hootenanny-[0-9]*.tar.gz archives"
2323 - persist_to_workspace :
5656 - run :
5757 name : ' Lint Python Runtime Errors'
5858 command : |
59- ./scripts/ci/python_lint.sh -a /tmp/hootenanny -p "--select=E9"
59+ ./scripts/ci/python_lint.sh -a /tmp/hootenanny -p "--select=E9"
6060 if [ $( cat lint.log | wc -l ) -gt 0 ]; then cat lint.log && exit 1; fi
6161
6262workflows :
You can’t perform that action at this time.
0 commit comments