From 139568415e9ef9b06f5f1c4ad4f47d1e638e3bb3 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 12 Apr 2023 16:01:39 -0400 Subject: [PATCH] Updated woodpecker config to not install SASS --- .woodpecker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index abdb2bc..eb642d1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,6 @@ pipeline: build: image: node:16 commands: - - apt update && apt install -y ruby ruby-dev && gem install sass - npm install - npm run grunt