Skip to content

Commit e89321a

Browse files
committed
fixing CI scripts
1 parent 4e57b92 commit e89321a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ jobs:
44
continueOnError: false
55
pool:
66
vmImage: 'Ubuntu 16.04'
7-
container:
8-
image: lganzzzo/ubuntu-cmake:latest
97
workspace:
108
clean: all
119
steps:

ci-install-mbedtls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ make
1515
make test
1616
make install
1717

18-
cd ../
18+
cd ../../../

0 commit comments

Comments
 (0)