Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Mar 29, 2024
1 parent ede0fca commit d9417d7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cloud-run-crons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,3 @@ jobs:
--max-instances=1 \
--min-instances=1 \
--allow-unauthenticated
- name: The job has failed
if: ${{ failure() }}
run: |-
cat /var/lib/gems/2.7.0/extensions/x86_64-linux/2.7.0/bigdecimal-3.1.7/mkmf.log
4 changes: 0 additions & 4 deletions .github/workflows/cloud-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,3 @@ jobs:
shell: bash
run: REVISION=$(gcloud run revisions list --platform managed --region "$RUN_REGION" --service $SERVICE_NAME --sort-by ~deployed --quiet | sed -n '2 p' | awk '{print $2}'); echo "::set-output name=version::${REVISION/webhooky-/}"
id: extract_version
- name: The job has failed
if: ${{ failure() }}
run: |-
cat /var/lib/gems/2.7.0/extensions/x86_64-linux/2.7.0/bigdecimal-3.1.7/mkmf.log
2 changes: 1 addition & 1 deletion webhooky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \

RUN gem install rouge

RUN gem install asciidoctor-pdf -v 2.3.10
RUN gem install asciidoctor-pdf -v 2.3.15
RUN gem install asciidoctor-mermaid -v 0.4.1

# Create the cache directory that pupeteer expected to exist
Expand Down

0 comments on commit d9417d7

Please sign in to comment.