Skip to content

Commit

Permalink
run CI script with the docker entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2024
1 parent 9c09492 commit 85e3ab9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

set -e
source $NVM_DIR/nvm.sh
unset DATABASE_URL
Expand Down
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
set -e
echo $NVM_DIR
echo `ls $NVM_DIR`
source $NVM_DIR/nvm.sh

# Remove a potentially pre-existing server.pid for Rails.
Expand Down

0 comments on commit 85e3ab9

Please sign in to comment.