Skip to content

Commit f04469a

Browse files
committed
🐛 Fix: Script.
1 parent a094d59 commit f04469a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ bare metal:
7474
POSTGRES_DB: 'test_my_awesome_project'
7575
DATABASE_URL: pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres/$POSTGRES_DB
7676
script:
77-
- sh echo $DATABASE_URL
77+
- echo $DATABASE_URL
7878
- sh tests/test_bare.sh use_celery=y use_compressor=y

0 commit comments

Comments
 (0)