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

[bot] self-update #1

Closed
wants to merge 1 commit into from
Closed

[bot] self-update #1

wants to merge 1 commit into from

Conversation

timbertson
Copy link
Owner

This is an automated PR from a github action

✅ Update succeeded

Output for update commit 9a35164:
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
WARNING: ⚠️ Failed to pull manifest by the resolved digest. This registry does not
	appear to conform to the distribution registry specification; falling back to
	pull by tag.  This fallback is DEPRECATED, and will be removed in a future
	release.  Please contact admins of https://docker.pkg.github.com. ⚠️

1.37: Pulling from timbertson/dhall-ci/dhall
5843afab3874: Pulling fs layer
cd9c90dbdbfa: Pulling fs layer
534955f79b61: Pulling fs layer
fd83a5269595: Pulling fs layer
eee0f4e499e7: Pulling fs layer
e4e017c88d79: Pulling fs layer
fd83a5269595: Waiting
eee0f4e499e7: Waiting
e4e017c88d79: Waiting
534955f79b61: Verifying Checksum
534955f79b61: Download complete
5843afab3874: Verifying Checksum
cd9c90dbdbfa: Verifying Checksum
cd9c90dbdbfa: Download complete
5843afab3874: Pull complete
eee0f4e499e7: Verifying Checksum
eee0f4e499e7: Download complete
e4e017c88d79: Verifying Checksum
e4e017c88d79: Download complete
fd83a5269595: Verifying Checksum
fd83a5269595: 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 dhall/files.dhall --if-affects Scala/package.dhall --if-affects Workflow/package.dhall '--freeze-cmd=dhall --ascii freeze --inplace' --allow-unused dependencies/CI.dhall dhall/Meta.dhall dependencies/Render.dhall
timbertson/dhall-ci:: resolving
No tags found, falling back to HEAD
 -> 1a33f287f232b0a3a362e17d7853ca54ed70e2e8
dependencies/CI.dhall: freezing
+ dhall --ascii freeze --inplace dependencies/CI.dhall.tmp
At least one digest was affected
timbertson/dhall-render:: resolving
No tags found, falling back to HEAD
 -> f53b6042093b6f1ce1e565182875144bac7961d9
+ 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 dhall/files.dhall
+ dhall --ascii lint --transitive dhall/files.dhall
+ dhall --ascii --plain --file Scala/package.dhall
+ dhall --ascii lint --transitive Scala/package.dhall
+ dhall --ascii --plain --file Workflow/package.dhall
+ dhall --ascii lint --transitive Workflow/package.dhall
+ git add --intent-to-add .
+ git diff --name-status --exit-code
M	dependencies/CI.dhall
+ git commit --allow-empty --all --message [bot] self-update
[master 9a35164] [bot] self-update
 1 file changed, 4 insertions(+), 4 deletions(-)
 rewrite dependencies/CI.dhall (79%)
+ git rev-parse HEAD
9a3516478dd39a35e1ccb0cb0be45fc6c2adfed1
+ git -c http.https://github.com/.extraheader= push -f https://x-access-token:********@github.com/timbertson/dhall-ci-timbertson.git HEAD:refs/heads/self-update
remote: 
remote: Create a pull request for 'self-update' on GitHub by visiting:        
remote:      https://github.com/timbertson/dhall-ci-timbertson/pull/new/self-update        
remote: 
To https://github.com/timbertson/dhall-ci-timbertson.git
 * [new branch]      HEAD -> self-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 closed this Jun 21, 2021
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.

1 participant