Skip to content

Commit

Permalink
[CI] Deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
forest-extension-admin committed Jan 21, 2024
1 parent 028796e commit 2ebc664
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dispatch_plugin_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,15 @@ jobs:
- name: install spaceone package
run: |
pip install --upgrade spaceone-core
pip install --upgrade --pre spaceone-${{ SERVICE }}}
pip install --upgrade --pre spaceone-$SERVICE
- name: Use Environment Variable
# Replace '-' with '_' in the SERVICE environment variable
run: echo "SERVICE=${SERVICE//-/_}" >> $GITHUB_ENV

- name: create plugin template
run: |
spaceone create-project -s spaceone.${{ SERVICE }}.plugin.collector.skeleton src/plugin
spaceone create-project -s spaceone.$SERVICE.plugin.collector.skeleton src/plugin
- name: Push template to master
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 2ebc664

Please sign in to comment.