CI/CD Update
This commit is contained in:
parent
eb63e033eb
commit
93bded4afc
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ build:
|
||||||
CACHING:
|
CACHING:
|
||||||
script:
|
script:
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
|
- export DATABASE_URL=$DATABASE_URL
|
||||||
- cargo build -r
|
- cargo build -r
|
||||||
- echo "Compile complete."
|
- echo "Compile complete."
|
||||||
after_script:
|
after_script:
|
||||||
|
|
Reference in a new issue