Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Fixed travis CD
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Oct 21, 2018
1 parent 2c33049 commit c9f30bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
provider: releases
api_key:
secure: kJXI8TZXaVzC06yURtBqeqtDjd+Hvjr8129PriiXLMIge4ADPWJDXgt2rWwg/OEBQ9KWYd4MK0lGk58CehcLqPqmEp1DHjV5zgvD56+6xUxCRAUZp/kME1aYWbIEFd2FFKCWGccAceCu8QiYsYvk6DDyKieGNdSWgDLh3cvMcQSWElDOOQVz/B5Pbm0prqM2y0/uzSjatm0/Xcu3Ye55c84A0UeRv6JBEh6Am3+8MkxTDewlmUDp8K7YMaNFdVJpP35C1METqf7lKAD3FEi6MMDoirES1Nz6VOAJEh+n9a3tvDGqb/eGN161PWndKl4VYRQUiNTE5zqYuX4g3QEmSQnhj/gHuM7ZrMdsz0qNKpIoSjJEnZxvV9Lzg319rv74PQ4T4KZKYUbGAhhLGkhU2MEB/AOAsgsiVOET46xc4e1lehcKtwHxjkNVVK2a9+rCZhqH/M4nmsdkTuJt8uCUpy26H711rNtN+DOpaxUfuBa5cyCGLwo3Fifxptv+nE9HPEt8VLqUxju7kM/ZK5q7W3uVPZgYYq9a/zJXnxyqbwANEWBJOGlJefl6POj1jGFxg1pzy3p47uuLkzyQcw3L17v2fXnE2WBCyZUyPnPhvO9mpJ2gyMwvFYxQyiKJB6yiHG1nqZDxH+/h+z9uttYGMy2DBs/WdpIDIlLqtkQCEFg=
file: dist/bin/ctnr.linux-amd64
file: dist/ctnr.linux-amd64
skip_cleanup: true
on:
repo: mgoltzsche/ctnr
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VENDORLOCK=${REPODIR}/vendor/ready
BINARY=ctnr

COMMIT_ID=$(shell git rev-parse HEAD)
COMMIT_TAG=$(shell describe --exact-match ${COMMIT_ID} || echo -n "dev")
COMMIT_TAG=$(shell git describe --exact-match ${COMMIT_ID} || echo -n "dev")
COMMIT_DATE=$(shell git show -s --format=%ci ${COMMIT_ID})

# 'apparmor' tag cannot be used for runc yet since package is not yet available in alpine:3.7
Expand Down

0 comments on commit c9f30bb

Please sign in to comment.