Skip to content

Commit

Permalink
add apt-get update before snapcraft commands
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto Ojeda <[email protected]>
  • Loading branch information
ernestojeda committed Apr 16, 2020
1 parent c0b3382 commit 5926c9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export SNAPCRAFT_BUILD_INFO=1
# to send a report.
export SNAPCRAFT_ENABLE_SILENT_REPORT=1

apt-get update

case "$JOB_TYPE" in
"stage")
# Stage jobs build the snap locally and release it
Expand Down

0 comments on commit 5926c9a

Please sign in to comment.