Skip to content

Commit

Permalink
Merge pull request edgexfoundry#131 from ernestojeda/add-apt-get-update
Browse files Browse the repository at this point in the history
add apt-get update before snapcraft commands
  • Loading branch information
ernestojeda authored Apr 16, 2020
2 parents c0b3382 + 5926c9a commit e75efbb
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 e75efbb

Please sign in to comment.