Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

[bot] self-update #2

Closed
wants to merge 1 commit into from
Closed

[bot] self-update #2

wants to merge 1 commit into from

Conversation

timbertson
Copy link
Owner

@timbertson timbertson commented Jun 21, 2021

This is an automated PR from a github action

✅ Update succeeded

Output for update commit 904167f:
Running update script ...
+ #!/usr/bin/env bash
set -eu -o pipefail
docker run --rm -i "--volume" "$PWD:/cwd" "--workdir=/cwd" "docker.pkg.github.com/timbertson/dhall-ci/dhall:1.37" bash -eu -o pipefail <<EOF_runInDocker
  make bump ci

EOF_runInDocker
Unable to find image 'docker.pkg.github.com/timbertson/dhall-ci/dhall:1.37' locally
1.37: Pulling from timbertson/dhall-ci/dhall
5843afab3874: Already exists
cd9c90dbdbfa: Pulling fs layer
534955f79b61: Pulling fs layer
fd83a5269595: Pulling fs layer
eee0f4e499e7: Pulling fs layer
e4e017c88d79: Pulling fs layer
eee0f4e499e7: Waiting
e4e017c88d79: Waiting
534955f79b61: Verifying Checksum
534955f79b61: Download complete
fd83a5269595: Verifying Checksum
fd83a5269595: Download complete
cd9c90dbdbfa: Verifying Checksum
cd9c90dbdbfa: Download complete
e4e017c88d79: Verifying Checksum
e4e017c88d79: Download complete
eee0f4e499e7: Verifying Checksum
eee0f4e499e7: Download complete
cd9c90dbdbfa: Pull complete
534955f79b61: Pull complete
fd83a5269595: Pull complete
eee0f4e499e7: Pull complete
e4e017c88d79: Pull complete
Digest: sha256:aa3b1c8295ee22fec9535b2df1160e768defce7db1542e04a127225d4b0c2bbb
Status: Downloaded newer image for docker.pkg.github.com/timbertson/dhall-ci/dhall:1.37
+ dhall/bump --to timbertson/dhall-ci: --to timbertson/dhall-ci-git: --to timbertson/dhall-ci-dhall: --to timbertson/dhall-ci-docker: --to timbertson/dhall-render: --if-affects package.dhall --if-affects dhall/files.dhall '--freeze-cmd=dhall --ascii freeze --inplace' --allow-unused dependencies/CI.dhall dhall/Meta.dhall
timbertson/dhall-ci:: resolving
No tags found, falling back to HEAD
 -> 1d73fedfcc122ed19163462cecb57dec2c766b29
timbertson/dhall-ci-git:: resolving
No tags found, falling back to HEAD
 -> 653bfcf56e32d648539dc5cfc74676b051cc6827
dependencies/CI.dhall: freezing
+ dhall --ascii freeze --inplace dependencies/CI.dhall.tmp
At least one digest was affected
dhall/Meta.dhall: freezing
+ dhall --ascii freeze --inplace dhall/Meta.dhall.tmp
At least one digest was affected
+ dhall/render
*** Generating files in `generated` ...
.gitattributes:
 + mv generated.tmp/.gitattributes .gitattributes
.github/workflows/ci.yml:
 + mv generated.tmp/.github/workflows/ci.yml .github/workflows/ci.yml
.github/workflows/update.yml:
 + mv generated.tmp/.github/workflows/update.yml .github/workflows/update.yml
.ignore:
 + ln -sfn generated/.ignore .ignore
.tool-versions:
 + ln -sfn generated/.tool-versions .tool-versions
LICENCE:
 + mv generated.tmp/LICENCE LICENCE
Makefile:
 + ln -sfn generated/Makefile Makefile
README.md:
 + mv generated.tmp/README.md README.md
dhall/bump:
 + ln -sfn ../generated/dhall/bump dhall/bump
dhall/fix:
 + ln -sfn ../generated/dhall/fix dhall/fix
dhall/local:
 + ln -sfn ../generated/dhall/local dhall/local
dhall/render:
 + ln -sfn ../generated/dhall/render dhall/render
+ dhall --ascii --plain --file package.dhall
+ dhall --ascii lint --transitive package.dhall
+ dhall --ascii --plain --file dhall/files.dhall
+ dhall --ascii lint --transitive dhall/files.dhall
+ git add --intent-to-add .
+ git diff --name-status --exit-code
M	.github/workflows/update.yml
M	LICENCE
M	dependencies/CI.dhall
M	dhall/Meta.dhall
+ git commit --allow-empty --all --message [bot] self-update
[master 904167f] [bot] self-update
 4 files changed, 14 insertions(+), 10 deletions(-)
+ git rev-parse HEAD
904167f2c65d84bff3b95fb811c6aaa87028d8b5
+ git -c http.https://github.com/.extraheader= push -f https://x-access-token:********@github.com/timbertson/dhall-ci-docker.git HEAD:refs/heads/self-update
To https://github.com/timbertson/dhall-ci-docker.git
 + 959d7f4...904167f HEAD -> self-update (forced update)

See the workflow run for full details.

Note: This branch is owned by a bot, and will be force-pushed next time it runs.

@timbertson timbertson force-pushed the self-update branch 3 times, most recently from 9f2d1b9 to 1432cdd Compare June 28, 2021 00:59
@timbertson timbertson force-pushed the self-update branch 3 times, most recently from 7b9abdf to 2ac4aa0 Compare July 8, 2021 00:57
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from fcca7df to 0091afe Compare July 15, 2021 00:59
@timbertson timbertson force-pushed the self-update branch 3 times, most recently from 40e9fdd to a63e124 Compare July 26, 2021 00:59
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from 7ad1e89 to 78e447a Compare August 2, 2021 00:58
@timbertson timbertson force-pushed the self-update branch 3 times, most recently from 4f5aaa1 to 558c29b Compare August 12, 2021 00:58
@timbertson timbertson force-pushed the self-update branch 3 times, most recently from 50d33dc to 50203c9 Compare August 23, 2021 00:54
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from 57a84be to 4fe6295 Compare August 30, 2021 00:58
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from 673e8ba to 663c404 Compare September 6, 2021 01:05
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from d37e7a6 to dde289d Compare September 13, 2021 01:02
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from bad5a01 to 7402e4c Compare September 20, 2021 01:03
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from d9250ab to 626704d Compare September 27, 2021 01:00
@timbertson timbertson force-pushed the self-update branch 3 times, most recently from fdfb224 to f76b88b Compare October 11, 2021 01:03
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from 051718c to 97a87df Compare October 18, 2021 01:06
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from c4f5781 to 8558fe4 Compare October 28, 2021 00:14
@timbertson timbertson force-pushed the self-update branch 3 times, most recently from 7e06a36 to 1dc23f7 Compare November 8, 2021 00:15
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from ea375fe to 12fa04f Compare November 15, 2021 00:16
@timbertson timbertson force-pushed the self-update branch 3 times, most recently from f869ebe to 32a64c8 Compare November 25, 2021 00:15
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from 788fbb9 to 666b54a Compare December 2, 2021 00:16
@timbertson timbertson force-pushed the self-update branch 3 times, most recently from 9b63483 to 148d78c Compare December 13, 2021 00:16
@timbertson timbertson force-pushed the self-update branch 2 times, most recently from 59ad4ac to 959d7f4 Compare December 20, 2021 00:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant