Install bash on alpine
This commit is contained in:
parent
b64fa99a2d
commit
3883466eb8
@ -21,6 +21,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
runs-on: alpine
|
runs-on: alpine
|
||||||
steps:
|
steps:
|
||||||
|
- run: apk add --no-cache bash
|
||||||
- run: |
|
- run: |
|
||||||
echo "Hello World"
|
echo "Hello World"
|
||||||
echo "Goodbye Mars"
|
echo "Goodbye Mars"
|
||||||
@ -30,8 +31,9 @@ jobs:
|
|||||||
- block-posts-containining-tk
|
- block-posts-containining-tk
|
||||||
runs-on: alpine
|
runs-on: alpine
|
||||||
steps:
|
steps:
|
||||||
|
- run: apk add --no-cache bash
|
||||||
- run: |
|
- run: |
|
||||||
apt-get update && apt-get install -y hugo git
|
apk add --no-cache hugo git
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
hugo --source blog
|
hugo --source blog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user