Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d981a5e

Browse files
committed
Fix the pipeline
1 parent 492ff10 commit d981a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: node:latest
1+
image: starefossen/ruby-node:latest
22

33
variables:
44
PORT: 3000
@@ -56,4 +56,4 @@ deploy_stage:
5656
url: $HEROKU_STAGING_URL
5757
variables:
5858
GIT_STRATEGY: fetch
59-
GIT_SUBMODULE_STRATEGY: recursive
59+
GIT_SUBMODULE_STRATEGY: recursive

0 commit comments

Comments
 (0)