We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb57832 commit d13f8b4Copy full SHA for d13f8b4
.github/workflows/test-fips-action.yml
@@ -4,7 +4,8 @@ on:
4
workflow_call:
5
6
jobs:
7
- container-test-job:
+ test-fips:
8
+ name: Test FIPS compatability
9
runs-on: ubuntu-latest
10
container:
11
image: photon:4.0
relenv/common.py
@@ -18,7 +18,7 @@
18
import time
19
20
# relenv package version
21
-__version__ = "0.17.400006"
+__version__ = "0.18.0"
22
23
MODULE_DIR = pathlib.Path(__file__).resolve().parent
24
0 commit comments