From d5398d8ce6152f2f15b6c58a7fe44209d947027c Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sun, 10 Mar 2024 01:11:41 -0700 Subject: decrement go again and use fedora to compile --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index d601a83..1aeada6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,11 +5,11 @@ name: default steps: - name: build - image: alpine + image: fedora:39 commands: - - apk add git nodejs npm go + - yum install git nodejs npm go - sh compile.sh - - apk add rsync openssh + - yum install rsync openssh - sh deploy.sh environment: RSYNC_DESTINATION: -- cgit v1.2.3-70-g09d2