mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-10 14:51:43 +00:00
ci(gitlab-ci): fix test conversion job (reset back to #249) [skip ci]
* Reset using https://github.com/myii/ssf-formula/pull/440
This commit is contained in:
parent
9349c83874
commit
6ea1cc2f40
1 changed files with 6 additions and 2 deletions
|
@ -137,8 +137,12 @@ rubocop:
|
|||
cache: *cache_bundler
|
||||
before_script:
|
||||
- 'export CONVERTED=test-the-use_this_template-button'
|
||||
- 'git clone . tmp/"${CONVERTED}"-formula'
|
||||
- 'cd tmp/"${CONVERTED}"-formula'
|
||||
- 'git clone . /tmp/"${CONVERTED}"-formula'
|
||||
- 'cd /tmp/"${CONVERTED}"-formula'
|
||||
# Limit the version of `node` used by `pre-commit`, to avoid the following error:
|
||||
# .../bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found
|
||||
- 'echo "default_language_version:" >> .pre-commit-config.yaml'
|
||||
- 'echo " node: 16.14.2" >> .pre-commit-config.yaml'
|
||||
# Install `pre-commit` hooks
|
||||
- 'bin/install-hooks'
|
||||
# Run the conversion script with debug output
|
||||
|
|
Loading…
Add table
Reference in a new issue