mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
changed jobs order
This commit is contained in:
parent
53766f47ca
commit
dbd1e611d0
2 changed files with 2 additions and 4 deletions
|
|
@ -114,7 +114,7 @@ upload to sonarcloud:
|
|||
- job: run jest tests
|
||||
|
||||
build for linux amd64:
|
||||
stage: lint
|
||||
stage: build
|
||||
image: golang:1.16.10
|
||||
script:
|
||||
- rm -r lattice
|
||||
|
|
@ -202,5 +202,3 @@ deploy node for linux amd64:
|
|||
image: registry.gitlab.com/gitlab-org/cloud-deploy/aws-base:latest
|
||||
script:
|
||||
- ./qa/scripts/deployNode.sh $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY $AWS_SSH_PRIVATE_KEY
|
||||
needs:
|
||||
- job: build for linux amd64
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
# To run script: ./deployNode.sh AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SSH_PRIVATE_KEY
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue