mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-25 01:43:41 +00:00
ci(gitlab-cicd): use pipenv on dependency installs
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
a6198f6690
commit
858cfae55c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ default:
|
|||
- amd64 # currently, we only the image in amd64 right now.
|
||||
# Functions that should be executed before the build script is run
|
||||
before_script:
|
||||
- pip3 install -r requirements.txt
|
||||
- pipenv install
|
||||
- npm ci
|
||||
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
|
||||
# Global builds and stuff
|
||||
|
|
Loading…
Reference in a new issue