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:
- ci
- lint
env:
_TERRAFORM_VERSION: 1.0.4
TF_CLI_CONFIG_FILE: $GITHUB_WORKSPACE/.github/.terraformrc
jobs:
linting:
runs-on: ubuntu-latest

View File

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