Skip to content

Commit

Permalink
Test commit 15
Browse files Browse the repository at this point in the history
  • Loading branch information
phapsidesGT committed Sep 3, 2024
1 parent 0f892be commit 420d701
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Install Shopify CLI
run: |
gem install --user-install shopify-cli
export PATH="$HOME/.local/share/gem/ruby/$(ls /var/lib/gems/)/bin:$PATH"
shopify version
echo "export PATH=\$HOME/.local/share/gem/ruby/$(ls /var/lib/gems/)/bin:\$PATH" >> $GITHUB_ENV
echo 'export PATH="$HOME/.local/share/gem/ruby/$(ls /var/lib/gems/)/bin:$PATH"' >> ~/.bashrc
echo 'export PATH="$HOME/.local/share/gem/ruby/$(ls /var/lib/gems/)/bin:$PATH"' >> ~/.profile
- name: Deploy to Shopify
env:
Expand Down

0 comments on commit 420d701

Please sign in to comment.