Skip to content

Commit

Permalink
ci: Comment out before_script thing
Browse files Browse the repository at this point in the history
  • Loading branch information
mxxntype committed Dec 5, 2024
1 parent eb3dc34 commit 5a71c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ stages:
- test
- deploy

before_script:
sudo apt-get install gcc git rustup libpq-dev protobuf-compiler libssl-dev
# before_script:
# sudo apt-get install gcc git rustup libpq-dev protobuf-compiler libssl-dev

cargo_test:
tags:
Expand Down

0 comments on commit 5a71c3e

Please sign in to comment.