diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 20:10:11 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 20:14:56 +0200 |
| commit | 895ed4be433a4159250b276bd99f574c9c39c98e (patch) | |
| tree | 26612c20e03adb3cb26c36f36d31576f3c77dc1c | |
| parent | 776c53283adc82b7c7547c56a32f15440c735ea5 (diff) | |
Changed the image to get gem cli
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18356ff..66bbbf4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,5 @@ image: ruby:latest -before_script: - - python --version ; pip --version - - pip install virtualenv - - virtualenv venv - - source venv/bin/activate - deploy: stage: deploy environment: production |
