'Generic Commit'
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Successful in 22s
Build-Test-Publish / build (linux/arm64) (push) Successful in 24s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Failing after 6s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Failing after 6s
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Successful in 22s
Build-Test-Publish / build (linux/arm64) (push) Successful in 24s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Failing after 6s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Failing after 6s
This commit is contained in:
parent
84523261b4
commit
8cfecc9a38
@ -39,10 +39,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
run: |
|
run: |
|
||||||
curl https://getbin.xyz/getpkg-install | bash
|
curl -s https://getbin.xyz/getpkg-install | bash
|
||||||
- name: test install
|
- name: test install
|
||||||
run: |
|
run: |
|
||||||
source ~/.bashrc && getpkg install whatsdirty
|
cat ~/.bashrc
|
||||||
|
cat ~/.bashrc_getpkg
|
||||||
|
source ~/.bashrc_getpkg
|
||||||
|
getpkg install whatsdirty
|
||||||
- name: test update
|
- name: test update
|
||||||
run: |
|
run: |
|
||||||
getpkg update
|
getpkg update
|
||||||
|
@ -25,4 +25,4 @@ fi
|
|||||||
|
|
||||||
VERSION=$(${GETPKG_PATH} version)
|
VERSION=$(${GETPKG_PATH} version)
|
||||||
|
|
||||||
echo "Dropshell tool $VERSION installed"
|
echo "getpkg $VERSION installed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user