Remove env block

This commit is contained in:
Julio Castillo 2021-10-27 08:28:10 +02:00
parent be43421fdd
commit 1974f7c84d
2 changed files with 3 additions and 7 deletions

View File

@ -20,9 +20,7 @@ on:
tags: tags:
- ci - ci
- lint - lint
env:
_TERRAFORM_VERSION: 1.0.4
TF_CLI_CONFIG_FILE: $GITHUB_WORKSPACE/.github/.terraformrc
jobs: jobs:
linting: linting:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
name: 'Tests Environment' name: 'Tests'
on: on:
pull_request: pull_request:
branches: branches:
@ -20,9 +20,7 @@ on:
tags: tags:
- ci - ci
- test - test
env:
_TERRAFORM_VERSION: 1.0.4
TF_CLI_CONFIG_FILE: $GITHUB_WORKSPACE/.github/.terraformrc
jobs: jobs:
tests-environment: tests-environment:
runs-on: ubuntu-latest runs-on: ubuntu-latest