diff options
author | Tempest <pawnstar4@gmail.com> | 2022-06-02 21:44:22 -0600 |
---|---|---|
committer | Tempest <pawnstar4@gmail.com> | 2022-06-02 21:44:22 -0600 |
commit | 0f96392872d70c8673695a092b379bf23e2eb89e (patch) | |
tree | 419bf5890fb88f4b632b8ee5dfa73e65d11d4ac1 | |
parent | 1ade3d4fa0bd650f6e27b24515fe0fd41c4d02a2 (diff) |
Debugging
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27adff5..2e1377d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,4 @@ neocities: ruby:latest script: - gem install neocities - - neocities version - - mkdir -p /root/.config/neocities/ - - echo $NEOCITIES_TOKEN > /root/.config/neocities/config - neocities push --dry-run . |