Skip to content

Commit

Permalink
Merge pull request #8 from salt-extensions/renovate/https-github.com-…
Browse files Browse the repository at this point in the history
…salt-extensions-salt-extension-copier-0.x
  • Loading branch information
lkubb authored Sep 25, 2024
2 parents 9d1185e + 672dba3 commit c07d088
Show file tree
Hide file tree
Showing 33 changed files with 949 additions and 930 deletions.
3 changes: 2 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Autogenerated. Do not edit this by hand, use `copier update`.
---
_commit: 0.3.7
_commit: 0.4.4
_src_path: https://github.com/salt-extensions/salt-extension-copier
author: Salt Core Team
author_email: [email protected]
Expand All @@ -19,6 +19,7 @@ no_saltext_namespace: false
package_name: zabbix
project_name: zabbix
python_requires: '3.8'
relax_pylint: true
salt_version: '3006'
source_url: https://github.com/salt-extensions/saltext-zabbix
ssh_fixtures: false
Expand Down
7 changes: 7 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
layout_saltext() {
VIRTUAL_ENV="$(python3 tools/initialize.py --print-venv)"
PATH_add "$VIRTUAL_ENV/bin"
export VIRTUAL_ENV
}

layout_saltext
163 changes: 0 additions & 163 deletions .github/workflows/ci.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/docs-action.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Pull Request or Push

on:
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/pre-commit-action.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Tagged Releases

on:
Expand All @@ -16,7 +17,7 @@ jobs:

- name: Extract tag name
id: get_version
run: echo "version=$(echo ${GITHUB_REF#refs/tags/v})" >> $GITHUB_OUTPUT
run: echo "version=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"

call_central_workflow:
needs: get_tag_version
Expand Down
Loading

0 comments on commit c07d088

Please sign in to comment.