From 23eaa3415082030749b323a332c26c6cf529d761 Mon Sep 17 00:00:00 2001 From: jem Date: Wed, 17 Mar 2021 08:21:27 +0100 Subject: [PATCH] ci simplified --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19d1ab7..c6a0412 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,10 +58,10 @@ package: - mkdir -p target/npm-build - shadow-cljs release app - cp README.md target/npm-build/ - - cp package.json target/npm-build/ + - cp package.json target/npm-build/ - chmod a+x target/npm-build/mastodon-bot.js - sha256sum target/npm-build/mastodon-bot.js > target/npm-build/mastodon-bot.js.sha256 - - sha512sum targetnpm-build//mastodon-bot.js > target/npm-build/mastodon-bot.js.sha512 + - sha512sum target/npm-build/mastodon-bot.js > target/npm-build/mastodon-bot.js.sha512 artifacts: paths: - target/npm-build