Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Skatteetaten/vagrant-hashistack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 813ab51fad9eca3ac1cb15324292369a481b08b4
Choose a base ref
..
head repository: Skatteetaten/vagrant-hashistack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8662f6da1216c584cf402430c28b51e91b5a3152
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +0 −2 .github/workflows/on_pr_master.yml
  2. +1 −1 template
2 changes: 0 additions & 2 deletions .github/workflows/on_pr_master.yml
Original file line number Diff line number Diff line change
@@ -179,8 +179,6 @@ jobs:
- name: Make .env_override in order to matrix test
run: python .github/action/create-env.py
env:
ENVKEY_CONTAINER_REGISTRY_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
ENVKEY_CONTAINER_REGISTRY_TOKEN: ${{ secrets.DOCKER_HUB_PASSWORD }}
ENVKEY_env_override: true
FILE_NAME: template/template_example/.env_override

2 changes: 1 addition & 1 deletion template