Update test.yml
This commit is contained in:
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -6,16 +6,19 @@ on:
|
|||||||
description: 'Run debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
|
description: 'Run debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: 'netdisco/netdisco:latest-do'
|
image: 'netdisco/netdisco:latest-do'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- name: Check out latest code
|
||||||
|
env:
|
||||||
|
GITHUB_WORKSPACE: '/home/netdisco/git'
|
||||||
|
uses: actions/checkout@master
|
||||||
- name: Get the Tag
|
- name: Get the Tag
|
||||||
id: get_tag
|
id: get_tag
|
||||||
run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}
|
run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}
|
||||||
|
|||||||
Reference in New Issue
Block a user