Commit 04983909 authored by GridexX's avatar GridexX
Browse files

Merge branch '678-change-venom-job-s-stage' into 'latest'

Resolve "Change venom job's stage"

Closes #678

See merge request r2devops/hub!427
parents a12a23c9 d259587d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [1.0.0] - 2023-01-28
* Change the stage of the job to `tests`
 
## [0.1.0] - 2022-08-10
* Initial version
+2 −2
Original line number Diff line number Diff line
# Job from R2Devops hub --> r2devops.io

stages:
  - static_tests
  - tests

venom:

@@ -9,7 +9,7 @@ venom:
    name: golang:${IMAGE_TAG}
    entrypoint: [""]

  stage: static_tests
  stage: tests

  variables:
    PROJECT_ROOT: "."