diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-02-04 15:43:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-02-04 15:43:20 -0300 |
commit | 34779fac7140c7750a64c8d04062be2f7669d2ef (patch) | |
tree | 237bd4efd0b9b8328e6d74d0fd0a060fc7890f3c | |
parent | 5574bf3c67812a4e7db8ae0e66166705c5a5d34a (diff) | |
download | website-34779fac7140c7750a64c8d04062be2f7669d2ef.tar.gz website-34779fac7140c7750a64c8d04062be2f7669d2ef.tar.bz2 website-34779fac7140c7750a64c8d04062be2f7669d2ef.tar.xz website-34779fac7140c7750a64c8d04062be2f7669d2ef.zip |
Probably last attempt... PURGE
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0739e1a..71dc63e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ pages: # the job must be named pages tags: - linux script: + - rm -rf node_modules + - rm -rf */node_modules - npm install yarn - echo $PATH - export PATH="$(yarn global bin):$PATH" |