Merge pull request #360 from 3nprob/spelling-fixes

Spelling fixes
This commit is contained in:
Andrey Borodin 2021-11-14 14:22:43 +05:00 committed by GitHub
commit 346b8f4748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
FROM golang:latest as base
RUN mkdir -p /ody-intergration-test
COPY ./docker/ody-intergration-test /ody-intergration-test
RUN mkdir -p /ody-integration-test
COPY ./docker/ody-integration-test /ody-integration-test
WORKDIR /ody-intergration-test
WORKDIR /ody-integration-test
RUN go mod download && cd pkg && go build -o ody-intergration-test
RUN go mod download && cd pkg && go build -o ody-integration-test
FROM ubuntu:focal
@ -52,7 +52,7 @@ RUN mkdir /tmp/odyssey
COPY ./docker/odyssey.conf /etc/odyssey/odyssey.conf
COPY --from=base /ody-intergration-test/pkg/ody-intergration-test /ody-intergration-test
COPY --from=base /ody-integration-test/pkg/ody-integration-test /ody-integration-test
COPY ./docker/scram /scram
COPY ./docker/ldap /ldap
COPY ./docker/shell-test /shell-test

View File

@ -10,7 +10,7 @@ setup
#/scram/test_scram.sh
ody-start
/ody-intergration-test
/ody-integration-test
ody-stop
/usr/bin/odyssey-asan /etc/odyssey/odyssey.conf