Skip to content

Commit

Permalink
Removing apt-key command not required in sidetrail config file (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttjsu-aws authored May 1, 2020
1 parent 99f2c92 commit bd5bc7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codebuild/spec/buildspec_sidetrail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ phases:
commands:
- echo Entered the install phase...
- apt-key list
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 6B05F25D762E3157
- add-apt-repository ppa:ubuntu-toolchain-r/test -y
- apt-get update -o Acquire::CompressionTypes::Order::=gz
- apt-get update -y
Expand Down

0 comments on commit bd5bc7b

Please sign in to comment.