Skip to content

Commit

Permalink
I'm bad at sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
DifferentialOrange committed Dec 8, 2022
1 parent 3d5c213 commit 737ca28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ jobs:
run: |
# Rework when https://github.com/tarantool/tt/issues/279 will be resolved
echo tarantool:$DOWNLOAD_TOKEN > /tmp/creds
sudo sed 's/ee: null/ee:/; s/# credential_path:.*/credential_path: \/tmp\/creds/' /etc/tarantool/tarantool.yaml > /etc/tarantool/tarantool.yaml
sudo tt install tarantool-ee=${{ matrix.version }}
sudo sed 's/ee: null/ee:/; s/# credential_path:.*/credential_path: \/tmp\/creds/' /etc/tarantool/tarantool.yaml > sudo /etc/tarantool/tarantool.yaml
sudo tt install tarantool-ee=${{ matrix.tarantool-version }}
tarantool --version
./deps.sh
Expand Down

0 comments on commit 737ca28

Please sign in to comment.