Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Fix ignore file
Browse files Browse the repository at this point in the history
This prevented the github.com code from being vendored.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 24, 2019
1 parent f02c767 commit b2e8c3c
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ ofc-bootstrap.exe
init.yaml
main
bin/
go*
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
language: go

go:
- 1.12.x
- 1.11.x

services:
- docker
Expand All @@ -27,3 +27,6 @@ deploy:
skip_cleanup: true
on:
tags: true

env:
- GO111MODULE=off
1 change: 1 addition & 0 deletions Dockerfile.redist
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build stage
FROM golang:1.11 as builder
ENV GO111MODULE=off

ENV CGO_ENABLED=0

Expand Down
3 changes: 3 additions & 0 deletions vendor/github.com/alexellis/go-execute/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 98 additions & 0 deletions vendor/github.com/alexellis/go-execute/exec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2e8c3c

Please sign in to comment.