Skip to content
Snippets Groups Projects
Commit 9eb81779 authored by Simone Basso's avatar Simone Basso
Browse files

Use most recent MK build and update sprint releases todo list

We want to make sure we perform this check at every release so that
when we build miniooni we use the latest MK.
parent beca6853
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ assignees: bassosimone ...@@ -11,6 +11,8 @@ assignees: bassosimone
- [ ] Update Host header used for measuring - [ ] Update Host header used for measuring
- [ ] Update version/version.go - [ ] Update version/version.go
- [ ] Update assets - [ ] Update assets
- [ ] Update measurementkit/mkcgo/mkcgo.go
- [ ] Update .github/workflows/mk.sh
- [ ] Tag a new version of ooni/probe-engine - [ ] Tag a new version of ooni/probe-engine
- [ ] Update ooni/probe-engine mobile-staging branch - [ ] Update ooni/probe-engine mobile-staging branch
- [ ] Pin ooni/probe-cli to ooni/probe-engine - [ ] Pin ooni/probe-cli to ooni/probe-engine
......
...@@ -5,4 +5,4 @@ jobs: ...@@ -5,4 +5,4 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: docker run -v`pwd`:/mk -w/mk openobservatory/mk-alpine:20200226 /mk/.github/workflows/mk.sh - run: docker run -v`pwd`:/mk -w/mk openobservatory/mk-alpine:20200513 /mk/.github/workflows/mk.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment