Skip to content

Commit

Permalink
Change CumulusCI commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 22, 2024
1 parent 1fd073e commit 515f5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | g
apt-get update && apt-get install -y gh

# Install CumulusCI
RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@5d3f0b2a413ad90c86708d6bf0d8c5bb5c4746e3 cookiecutter keyrings.alt
RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@f02b639e0230bc9afc8971713d9e88f5c0d0b9f3 cookiecutter keyrings.alt

# Copy devhub auth script and make it executable
COPY devhub.sh /usr/local/bin/devhub.sh
Expand Down

0 comments on commit 515f5b2

Please sign in to comment.