Skip to content

Commit 97ccbeb

Browse files
committed
devops:Remove obsolete setup
1 parent e74d05c commit 97ccbeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

devops/deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ if test -n "$dbseed_changes" || test -n "$migrations_changes" || test -n "${RECR
9494
./devops/manage-statbus.sh create-users
9595

9696
if test -f ${HOME}/statbus/tmp/enheter.csv; then
97-
./devops/manage-statbus.sh psql < ./samples/norway/setup.sql
9897
# Extract first user email from .users.yml for brreg import
9998
WORKDIR=$(./devops/dotenv --file .env get WORKDIR)
10099
USER_EMAIL=$(yq eval '.users[0].email' "$WORKDIR/.users.yml") || { echo "Failed to extract user email from .users.yml"; exit 1; }

0 commit comments

Comments
 (0)