Skip to content

Commit

Permalink
Change commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 20, 2024
1 parent 8a60b2d commit 2769d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
type: string
flow_run_options:
description: "Options to pass to the flow via cci flow run -o 'key=value'"
description: "Command line options to pass to the flow via cci flow run -o 'key=value'"
required: false
type: string
create_snapshot_commit_status:
Expand Down
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@f6c5e40a86fedf63da6c20e5c48a836fdeefe1cb cookiecutter keyrings.alt
RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@d7b8e595ede1f92aeb249ffc9194a96e58a05d91 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 2769d8e

Please sign in to comment.