Update .github/workflows/build_and_test.yml
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 1m1s
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 1m1s
This commit is contained in:
parent
d216e1a03a
commit
2ea71d8f73
1 changed files with 2 additions and 9 deletions
9
.github/workflows/build_and_test.yml
vendored
9
.github/workflows/build_and_test.yml
vendored
|
@ -23,15 +23,8 @@ jobs:
|
||||||
build_deploy:
|
build_deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: bitnami/minideb:bookworm-arm64
|
image: git.asandikci.com/docker-images/website_builder:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup System Resources & Settings
|
|
||||||
run: |
|
|
||||||
apt-get update -y
|
|
||||||
apt-get upgrade -y
|
|
||||||
apt-get install git sshpass ruby-dev build-essential jekyll -y
|
|
||||||
# no need to these after using own docker image! (see asandikci/DockerTests)
|
|
||||||
|
|
||||||
- name: Health Check [CI TEST]
|
- name: Health Check [CI TEST]
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
ls -la
|
||||||
|
|
Loading…
Reference in a new issue