Skip to content
Snippets Groups Projects
Commit 817bf031 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Do something so something does something

parent 2228ce28
No related branches found
No related tags found
No related merge requests found
Pipeline #16 passed
# Test!
image: ruby:2.7 image: ruby:2.7
cache: cache:
...@@ -5,6 +6,8 @@ cache: ...@@ -5,6 +6,8 @@ cache:
- vendor - vendor
test: test:
tags:
- shared
script: script:
- apt-get update -yqqq - apt-get update -yqqq
- curl -sL https://deb.nodesource.com/setup_18.x | bash - - curl -sL https://deb.nodesource.com/setup_18.x | bash -
...@@ -25,6 +28,8 @@ test: ...@@ -25,6 +28,8 @@ test:
- main - main
pages: pages:
tags:
- shared
script: script:
- apt-get update -yqqq - apt-get update -yqqq
- curl -sL https://deb.nodesource.com/setup_18.x | bash - - curl -sL https://deb.nodesource.com/setup_18.x | bash -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment