Commit 7cc3f1f
authored
ci: Use
# Use the new command to get the config file path in GitLab CI
## Description
#167 introduces a command to get the path to the FIREWHEEL configuration
file. This MR uses that command to get the FIREWHEEL configuration file
path in the GitLab CI setup script, rather than using a complicated call
to Python.
## Type of Change
Please select the type of change your pull request introduces:
- [ ] Bugfix
- [ ] New feature
- [ ] Documentation update
- [x] Other: CI simplification
## Checklist
- [x] This PR conforms to the process detailed in the [Contributing
Guide](https://sandialabs.github.io/firewheel/developer/contributing.html).
- [x] I have included no proprietary/sensitive information in my code.
- [x] I have performed a self-review of my code.
- [ ] _N/A_ ~I have commented my code, particularly in
hard-to-understand areas.~
- [ ] _N/A_ ~I have made corresponding changes to the documentation.~
- [x] My changes generate no new warnings.
- [x] I have tested my code.config path command in GitLab CI (#180)1 parent 48ec0e4 commit 7cc3f1f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
0 commit comments