Skip to content

Commit

Permalink
Merge pull request #111 from infinum/feature/enable-download-of-workf…
Browse files Browse the repository at this point in the history
…lows

Download workflows in template.rb
  • Loading branch information
lovro-bikic authored Jan 21, 2022
2 parents be8fe75 + 9f91e9a commit b0c9d9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@
create_file 'bin/publish_docs', BIN_PUBLISH_DOCS, force: true
chmod 'bin/publish_docs', 0755, verbose: false

# get("#{BASE_URL}/build.yml", '.github/workflows/build.yml')
# get("#{BASE_URL}/deploy-staging.yml", '.github/workflows/deploy-staging.yml')
# get("#{BASE_URL}/deploy-production.yml", '.github/workflows/deploy-production.yml')
get("#{BASE_URL}/build.yml", '.github/workflows/build.yml')
get("#{BASE_URL}/deploy-staging.yml", '.github/workflows/deploy-staging.yml')
get("#{BASE_URL}/deploy-production.yml", '.github/workflows/deploy-production.yml')

# bundler config
BUNDLER_CI_BUILD_CONFIG = <<~HEREDOC.strip_heredoc
Expand Down

0 comments on commit b0c9d9d

Please sign in to comment.