Skip to content

Commit

Permalink
Update semaphore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthillson committed Oct 17, 2024
1 parent 960cdda commit a1f3947
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,31 +57,6 @@ blocks:
secrets:
- name: environmental_variables

- name: "Registration engine security"
task:
prologue:
commands:
- sem-version ruby 3.2.1
- checkout
- cat /home/semaphore/semaphore_ssh_config >> /home/semaphore/.ssh/config
- chmod 0600 /home/semaphore/.ssh/semaphore-github-obra
- git clone [email protected]:scottwillson/obra-local.git local
- chmod 0600 /home/semaphore/.ssh/semaphore-github-registration-engine
- rm -rf registration_engine
- git clone [email protected]:scottwillson/registration_engine.git
- sudo apt-get install -y libmysqlclient-dev
- cache restore gems-$SEMAPHORE_GIT_BRANCH-$(checksum Gemfile.lock),gems-$SEMAPHORE_GIT_BRANCH-,gems-main-
- bundle config set frozen false
- bundle config set deployment 'true'
- bundle config set path 'vendor/bundle'
- bundle config set without 'production,staging'
- bundle install -j 4
jobs:
- name: Brakeman
commands:
- bundle exec brakeman
- bundle exec bundle-audit

- name: "OBRA unit tests"
task:
prologue:
Expand Down

0 comments on commit a1f3947

Please sign in to comment.