diff --git a/.drone.yml b/.drone.yml index 03a448d..0fb8633 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,9 +14,8 @@ steps: - name: Run Gulp image: gulp-node:${DRONE_COMMIT} commands: - - which gulp - npm install - - /usr/local/bin/gulp + - gulp - zip public.zip dist/* - name: Upload Artifacts diff --git a/Scripte/Dockerfile b/Scripte/Dockerfile index 7f08a7b..87a72c8 100644 --- a/Scripte/Dockerfile +++ b/Scripte/Dockerfile @@ -1,3 +1,3 @@ FROM node:12-alpine RUN npm install -g gulp -RUN npm install \ No newline at end of file +RUN apk install graphicsmagick \ No newline at end of file