Last active
October 28, 2022 21:53
-
-
Save linuxoid69/478fb3c16c9f7b68c46fa570730b88e4 to your computer and use it in GitHub Desktop.
test2.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: | |
before_script: | |
- apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs | |
- gem install bundler --no-document | |
- bundle install --jobs $(nproc) "${FLAGS[@]}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment