debug2
CICD / Explore-Gitea-Actions (push) Failing after 47s
Details
CICD / Explore-Gitea-Actions (push) Failing after 47s
Details
This commit is contained in:
parent
f448f65335
commit
44c3e92c4e
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
which hugo || true
|
||||
apt update
|
||||
cat /etc/os-release
|
||||
apt install -y ca-certificates curl gnupg
|
||||
apt install -y ca-certificates curl gnupg unzip
|
||||
wget https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_linux-amd64.deb
|
||||
dpkg -i hugo_0.163.3_linux-amd64.deb
|
||||
apt update
|
||||
|
|
@ -28,9 +28,13 @@ jobs:
|
|||
|
||||
- name: Install AWS CLI
|
||||
run: |
|
||||
DEBIAN_FRONTEND=noninteractive apt update -y \
|
||||
&& umask 0002 \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt install -y awscli
|
||||
# DEBIAN_FRONTEND=noninteractive apt update -y \
|
||||
# && umask 0002 \
|
||||
# && DEBIAN_FRONTEND=noninteractive apt install -y awscli
|
||||
|
||||
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
|
||||
unzip awscliv2.zip
|
||||
sudo ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update
|
||||
|
||||
- name: Sync to AWS
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue