Skip to content

Commit 779434f

Browse files
authored
update maven cache url (#5771)
1 parent 4b1f906 commit 779434f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:
@@ -56,7 +56,7 @@ jobs:
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
6262
workflows:

0 commit comments

Comments
 (0)