Update inline md

This commit is contained in:
Ethan Dennis
2022-09-06 13:38:24 -07:00
parent 17de43ecac
commit 0b3f64ae5d
+1 -19
View File
@@ -37,7 +37,7 @@ env:
DISABLE_AUTH: 'true'
DB_ENGINE: sqlite
jobs:
check_env_variables:
build:
runs-on:
- self-hosted
- TeamARunner
@@ -54,22 +54,6 @@ jobs:
# value: 80
- name: echo message
run: echo "DISABLE_AUTH is ${{ env.DISABLE_AUTH }}"
build:
runs-on:
- self-hosted
- TeamARunner
needs: check_env_variables
steps:
- name: checkout
uses: actions/checkout@v2
- name: Set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: '1.11'
settings-path: "${{ github.workspace }}"
- name: sh
shell: bash
run: mvn clean package
test:
runs-on:
- self-hosted
@@ -87,8 +71,6 @@ jobs:
</details>
<!-- TODO: Is the above output correct or is it what is contained in the previous lab -->
_Note_: You can refer to the previous [lab](./3-dry-run.md) to learn about the fundamentals of the `dry-run` command.
## Custom transformers for an unknown step