Skip to content

Instantly share code, notes, and snippets.

View mrvnmchm's full-sized avatar
🎯
Focusing

Marvin M. Michum mrvnmchm

🎯
Focusing
View GitHub Profile
@mrvnmchm
mrvnmchm / git_push.sh
Created December 4, 2019 05:11
[Git Push] Push to git shell script #sh #git #ci-cd
#!/bin/sh
setup_git() {
git config --global user.email "travis@travis-ci.org"
git config --global user.name "Travis CI"
}
commit_website_files() {
git checkout -b my-new-branch
git add .
@mrvnmchm
mrvnmchm / .travis.yml
Created October 31, 2019 18:58 — forked from willprice/.travis.yml
How to set up TravisCI for projects that push back to github
# Ruby is our language as asciidoctor is a ruby gem.
lang: ruby
before_install:
- sudo apt-get install pandoc
- gem install asciidoctor
script:
- make
after_success:
- .travis/push.sh
env:
import re
# Import original script
matrix = list()
for _ in range(int(input().split()[0])):
matrix.append(list(input()))
# Rotate the matrix
matrix = list(zip(*matrix))

Keybase proof

I hereby claim:

  • I am mrvnmchm on github.
  • I am mrvnmchm (https://keybase.io/mrvnmchm) on keybase.
  • I have a public key ASD0KX2W7V67OwBt3aRlWtlsEJVvY8WiI1REEF9rPTiCMgo

To claim this, I am signing this object: