saltstack-formulas / template-formula

SaltStack formula template filled with dummy content

Home Page:http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] convert.sh script does not change gitlab-ci stuff

codeboyQ2n5ha45 opened this issue · comments

Bug details

Describe the bug

When you run the bin/convert.sh script to create your formula, the script does not change the 9-10:

only_branch_master_parent_repo: &only_branch_master_parent_repo
    - 'master@saltstack-formulas/template-formula'

And does not change lines 57-58:

- 'git remote add upstream
       https://gitlab.com/saltstack-formulas/template-formula.git'

It should change it to the name of your formula so that gitlab-ci runs.

Thanks for the report, @codeboyQ2n5ha45. Hopefully @dafyddj or myself will fix this soon.

commented

Same issue with test/integration/default/controls /config.rb

Also:

repositoryUrl: 'https://github.com/saltstack-formulas/template-formula',

Same issue with test/integration/default/controls /config.rb

This seems unrelated to this bug, can you open another issue?

🎉 This issue has been resolved in version 5.0.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀