Skip to content

Commit

Permalink
fix: relocate generate_config.sh to the .circleci folder
Browse files Browse the repository at this point in the history
Signed-off-by: moonorange <[email protected]>
  • Loading branch information
moonorange committed Mar 28, 2024
1 parent 4455e48 commit 2e9c449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Generate config
# Generate dynamic configuration based on go.mod files
command: |
./generate_config.sh > generated_config.yml
./.circleci/generate_config.sh > generated_config.yml
- continuation/continue:
configuration_path: generated_config.yml # use newly generated config to continue

Expand Down
File renamed without changes.

0 comments on commit 2e9c449

Please sign in to comment.