Skip to content

Commit

Permalink
Merge pull request #11 from tegonal-bot/gt/update/gt
Browse files Browse the repository at this point in the history
update files of remote gt to version v0.19.0 via gt
  • Loading branch information
robstoll authored Sep 9, 2024
2 parents 68993c5 + c5eac5e commit edbe709
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gt-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0
# Version: v0.19.0
###################################
name: "gt update"
on:
Expand Down Expand Up @@ -40,8 +40,8 @@ jobs:
echo "public key trusted" && \
mkdir ./gpg && \
gpg --homedir ./gpg --import ./signing-key.public.asc && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.18.0/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.18.0/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.19.0/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.19.0/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \
Expand Down Expand Up @@ -79,8 +79,8 @@ jobs:
echo "public key trusted" && \
mkdir ./gpg && \
gpg --homedir ./gpg --import ./signing-key.public.asc && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.18.0/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.18.0/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.19.0/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.19.0/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \
Expand Down
2 changes: 1 addition & 1 deletion .gt/remotes/gt/pulled.tsv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#@ Version: 1.0.0
tag file relativeTarget sha512
v0.18.0 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml 06babbd120fc0300aaebc1146a650f7c88dda2c25f8ce681f561b51293ed4a2620d58bddf7376c11490a029e8498d4e86323938b070cf29f6fa4a0d0e7e81bd8
v0.19.0 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml 7b3840b4e2710d0e45b765f9e508b9d36329055a82fcada654371d424508193418ab63005860bb164f9d5c93a2389859a63d8ed1a5e4a08751a4fde2f390dd8a

0 comments on commit edbe709

Please sign in to comment.